Precise iOS Toolkit  2.13.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups
Macros
context scope

Macros

#define SCARD_SCOPE_USER   0
#define SCARD_SCOPE_TERMINAL   1
#define SCARD_SCOPE_SYSTEM   2

Detailed Description


Macro Definition Documentation

#define SCARD_SCOPE_SYSTEM   2

The context is the system context, and any database operations are performed within the domain of the system. (The calling application must have appropriate access permissions for any database actions.)

Definition at line 54 of file winscard.h.

#define SCARD_SCOPE_TERMINAL   1

The context is that of the current terminal, and any database operations are performed within the domain of that terminal. (The calling application must have appropriate access permissions for any database actions.)

Definition at line 50 of file winscard.h.

#define SCARD_SCOPE_USER   0
The context is a user context, and any database operations are performed 

within the domain of the user.

Definition at line 46 of file winscard.h.